home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 February
/
EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso
/
earcd
/
devel
/
libx11
/
include
/
x11
/
unix.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
272b
|
22 lines
/* Copyright (c) 1996 by A BIG Corporation. All Rights Reserved */
/***
NAME
unix
PURPOSE
NOTES
HISTORY
Terje Pedersen - Mar 9, 1996: Created.
***/
#ifndef UNIX
#define UNIX
#define S_IFCHR 512
#define S_IFBLK 256
#endif /* UNIX */